home *** CD-ROM | disk | FTP | other *** search
- Path: pinon.ccu.uniovi.es!i1437001
- Newsgroups: comp.lang.c++
- Subject: event into event
- Message-ID: <4dglef$c0i@pinon.ccu.uniovi.es>
- From: i1437001@petra.euitio.uniovi.es (Marcos Redondo Fonseca)
- Date: 16 Jan 1996 16:57:51 GMT
- Organization: Universidad de Oviedo
- NNTP-Posting-Host: petra.euitio.uniovi.es
- Mime-Version: 1.0
- Content-Type: text/plain; charset=iso-8895-1
- Content-Transfer-Encoding: 8bit
- X-Newsreader: TIN [version 1.2 PL2]
-
- Hi everybody:
- I am buildind a simulator under Win3.1 using Borland's OWL.
- The problem is that I have to do long timed process and I would like that
- the user could abort it before finishing.
- The problem is in fact an event problem. The long timed procedure is the
- response to an event and the user break (maybe the key ESC pressed) will be
- another.
- Then how can I get an event into an event? or how can I get the state
- of the keyboard during the processing of an event?
- Is this posible? Is there a way to do this without having to split the
- procedure into several functions one of them the key event?
-
- Thank you for replaying.
-
-
- Marcos Redondo (Asturias-Spain)
-
-